home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / UDDIWEB.MSI / search.context.bindingdetails.aspx < prev    next >
Encoding:
Text File  |  2003-02-21  |  1.3 KB  |  40 lines

  1.  
  2.  
  3. <%@ Page %>
  4. <%@ Register TagPrefix='uddi' Namespace='UDDI.Web' Assembly='uddi.web' %>
  5. <html>
  6.     <HEAD>
  7.         <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=Windows-1252">
  8.         <META HTTP-EQUIV="MSThemeCompatible" CONTENT="Yes">
  9.         <META NAME="MS.LOCALE" CONTENT="EN-US">
  10.         <!-- #include file = "search.header.htm" -->
  11.     </head>
  12.     <body marginwidth="0" marginheight="0" LEFTMARGIN="0" TOPMARGIN="0" rightmargin="0" ONLOAD="BringToFront()">
  13.         <!-- #include file = "search.heading.htm" -->
  14.         <table class="content" width="100%" cellpadding="8">
  15.             <tr>
  16.                 <td>
  17.                     <h1><img src="..\..\images\binding.gif" height="16" width="16" alt="Binding"> Binding - Details</h1>
  18.  
  19.                     Use the <b>Details</b> tab to view the access point and descriptions of 
  20.                     this binding.
  21.                     <UL>
  22.                         <li>
  23.                             <b>Access Point:</b> Displays the Uniform Resource Locator (URL) where this binding can be accessed and the 
  24.                             protocol it supports.
  25.                         </li>
  26.                         <li>
  27.                             <b>Description:</b> Contains descriptions of this binding and the language for 
  28.                             which each description is written.
  29.                         </li>
  30.                     </UL>
  31.                     <H3>More Information</H3>                    
  32.                     <!-- #include file = "glossary.binding.htm" -->
  33.                 </td>
  34.             </tr>
  35.         </table>
  36.         <!-- #include file = "search.footer.htm" -->
  37.     </body>
  38. </html>
  39.  
  40.